home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmiSoft
/
Util
/
cli
/
QSort.readme.txt
< prev
next >
Wrap
Text File
|
2004-01-31
|
1KB
|
36 lines
Short: Quicksort cli-command
Author: joerg riemer <joerg_riemer@freenet.de>
Uploader: joerg riemer <joerg_riemer@freenet.de>
Version: 1.1
Type: util/cli
Date: 15.09.2003
Requires: Kickstart V37+
Keywords: sort, quicksort, assembler
QSort, a CLI-command especially to sort big files in a very short time.
it's written to be as fast as possible. for that reason QSort requires
a bit memory when sorting a file [(filesize * 2) + (# of lines * 16)].
TEMPLATE:
FROM/A: path/filename of source file
TO/A: path/filename of destination file
CS=COLSTART/K/N: number of colum QSort starts comparing each line
S=SKIP/N: number of lines to skip from start of file
C=CASE/S: sort file case-sensitive
R=REVERSE/S: sort file in reverse order
LM=LESSMEM/S: force QSort to use less memory when saving sorted file
QSort is written in assembler. (sourcecode included)
*** HACK AT YOUR OWN RISK ***
for suggestions, hints, tips and/or questions
send an email! (see above for address)
joerg...